home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / xconf / Makefile < prev    next >
Makefile  |  1996-05-22  |  869b  |  43 lines

  1. # The xconf utility is disable. It simply call the supplied
  2. # XFree configuration utility. This utility is not nice to use
  3. # but it fairly complete. Maybe someday, this one (in this directory)
  4. # will be merge with the other...
  5. CURDIR=xconf
  6. all: lib
  7. #OBJS =  adaptor.o component.o error.o files.o \
  8. #        mouse.o notice.o \
  9. #        screen.o \
  10. #        section.o section1.o xconf.o xconf1.o xconfig.o
  11.  
  12. OBJS = stubs.o xconf1.o
  13.  
  14. include ../rules.mak
  15.  
  16. proto:
  17.     proto -m0+ -bxconf.h+xconf.pm=xconf.h \
  18.         -bsection.h+xconf.pm=section.h \
  19.         -bcomponents.h+xconf.pm=components.h *.c
  20.  
  21. install:
  22.  
  23. # Test program
  24.  
  25.  
  26. xconfig: xconfig.obt xconf.a
  27.     gcc -g -o x $< $(LIBS)
  28.  
  29. component: component.obt xconf.a
  30.     gcc -g -o x $< $(LIBS)
  31.         
  32.  
  33. error.o: xconf.h 
  34. files.o: xconf.h 
  35. mouse.o: xconf.h 
  36. screen.o: xconf.h 
  37. section.o: xconf.h 
  38. str.o: xconf.h 
  39. xconf.o: xconf.h 
  40. xconf1.o: xconf.h 
  41. xconfig.o: xconf.h 
  42.  
  43.